ResourceList Method (String) |
Displays a list of resources in a collection.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic string[] List(
string address
)
Public Function List (
address As String
) As String()
Parameters
- address
- Type: SystemString
The URI that identifies the collection.
Return Value
Type:
StringAn array of resource URLs.
See Also